<!DOCTYPE html>
<html lang="zh-cn">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>域名已过期</title>
  <style>
    body {
      line-height: 1.6;
      font-size: 12px;
      color: #555;
    }
    
    li {
      line-height: 20px;
    }
    
    .wrapper {
      max-width: 800px;
      margin: 0 auto;
      background: #fffbd8;
      box-sizing: border-box;
    }
    
    .content,
    .links {
      padding: 0.5em 2em 2em;
    }
    
    .title {
      color: #000;
      font-size: 26px;
      font-weight: normal;
    }
    
    .sub-title {
      font-size: 14px;
      color: #FF5722;
    }
    
    .links {
      background: #FF5722;
    }
    
    .links .title {
      font-size: 18px;
      color: #fff;
    }
    
    .links a {
      color: #ffeb3b;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s;
    }
    
    .links a:hover {
      color: #fff;
    }
    
    .links a+a {
      margin-left: 1em;
    }
  </style>
</head>

<body>
  <div class="wrapper">
    <div class="links">
      <p class="title">为您推荐:</p>
      <a href="https://www.gzidc.com/cloud.php">新一代云计算</a>
      <a href="https://www.gzidc.com/FrontIndex/xncloud/pid/3166.html">高防云</a>
      <a href="https://gzidc.com/FrontEcs/index.html">阿里云</a>
      <a href="https://gzidc.com/FrontHost/details/product/highQ-1.html">云虚机</a>
    </div>
    <div class="content">
      <p class="title">您访问的域名已过期，请尽快联系您的服务商续费。</p>
      <p>
        域名过期规则：
      </p>
      <ol>
        <li>
          <p class="sub-title"> 域名(pre-expiration)通知</p>
          <p>域名过期前系统会自动发送到期提醒通知到域名所有者联系邮箱。</p>
        </li>
        <li>
          <p class="sub-title"> 域名(post-expiration)通知</p>
          <p>域名过期当天系统会发送到期停止使用通知到域名所有者联系邮箱。</p>
        </li>
        <li>
          <p class="sub-title">域名续费价格</p>
          <p>每个域名续费价格可能不一致。</p>
        </li>
        <li>
          <p class="sub-title">域名(post-expiration)续费价格</p>
          <p>域名过期30天内可以按正常价格续费。</p>
        </li>
        <li>
          <p class="sub-title">域名(redemption/restore)赎回价格</p>
          <p>域名过期第30天起会进入高价赎回期，需要交纳赎回费用+1年续费费用；并且域名一旦进入
            <strong>删除期</strong>就不能正常续费和赎回，请知悉。</p>
        </li>
      </ol>
    </div>
    <script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/1.10.1/jquery.min.js"></script>
    <script type="text/javascript">
      $(function () {
        $('.links').on('click', 'a', function (e) {
          e.preventDefault();
          window.top.location.replace(this.href);
        });
      });
    </script>
  </div>
</body>

</html>
